Preparation Notes
Map boundary data was obtained from: https://www2.gov.bc.ca/gov/content/data/geographic-data-services/land-use/administrative-boundaries/health-boundaries
Data was downsampled to 1% of original using http://mapshaper.org
canvasXpress(
data = FALSE,
graphType = "Map",
title = "Health Authorities (HA)",
colorBy = "HLTH_AUTHORITY_NAME",
showLegendTitle = FALSE,
topoJSON = boundaries.lha,
events = ha.events
)
canvasXpress(
data = FALSE,
graphType = "Map",
title = "Local Health Authorities (LHA)",
colorBy = "LOCAL_HLTH_AREA_NAME",
showLegend = FALSE,
topoJSON = boundaries.lha,
events = lha.events
)